IPagesCollection<T> Interface
In This Topic
Represents the pages collection.
Object Model
Syntax
'Declaration
Public Interface IPagesCollection(Of As {New, Page})
public interface IPagesCollection<>
where T: new(), Page
Type Parameters
- T
- Represents a class of type Page.
See Also